-
Re: Variable fonts
To make it work, the separate roman and italic variable fonts need to have the same font family name, but different style names for the named instances, and different elided fallback names. The fonts…1 -
Re: Dreaming of a new feature syntax
This can be done with FontCreator. It allows you to add it through the OpenType Designer, but it also supports the variable fea syntax. languagesystem latn dflt; @sc = [a.smcp-z.smcp]; feature ss01 {…4 -
Re: Help to make a connecting font
This feature code should get you started. Just make sure you have 3 alternates for the lower case letters a-z, the start, between, and end alternates. ### # OpenType Layout feature definitions # Form…2 -
Re: Cross platform naming convention
This tutorial explains how to correctly make a big font family, and provides an example with settings to make a typeface with 10 fonts: https://www.high-logic.com/font-editor/fontcreator/tutorials/fo…1 -
Re: Can you do reorder to the glyphs and apply ligature after that?
It is a glitch within our shaping engine, but the exported font contains the correct ligatures.1